using (ScriptAPI)
{
	AddUShort("CharID?");
	AddULong("exp");
	AddULong("NextExpForLevel");
		
	AddUInt("BaseStrength");
	AddUInt("FullStrength");
		
	AddUInt("BaseConstitute");
	AddUInt("FullConstitute");
		
	AddUInt("BaseDexterity");
	AddUInt("FullDexterity");
		
	AddUInt("BaseIntelligence");
	AddUInt("FullIntelligence");	
		
	AddUInt("BaseWizdom");
	AddUInt("FullWizdom");
			
	AddUInt("BaseMentalPower");
	AddUInt("FullMentalPower");
		
	AddUInt("BaseWClow");
	AddUInt("FullWClow");
		
	AddUInt("BaseWChigh");
	AddUInt("FullWChigh");

	AddUInt("BaseTH");
	AddUInt("FullTH");

	AddUInt("BaseTB");
	AddUInt("FullTB");

	AddUInt("BaseMAlow");
	AddUInt("FullMAlow");

	AddUInt("BaseMAhigh");
	AddUInt("FullMAhigh");

	AddUInt("BaseMR");
	AddUInt("FullMR");

	AddUInt("BaseMH");
	AddUInt("FullMH");

	AddUInt("BaseMB");
	AddUInt("FullMB");
	
	AddUInt("MaxHP");
	AddUInt("MaxSP");		
	AddUInt("LightPower");
	AddUInt("MaxAP");
		
	AddUInt("MaxHPStones");
	AddUInt("MaxSPStones");
		
	StartNode("PwrStone");
	AddUInt("Flag");
	AddUInt("EPPysic");
	AddUInt("EPMagic");
	AddUInt("MaxStones");		
	EndNode(0);

	StartNode("GwrStone");
	AddUInt("Flag");
	AddUInt("EPPysic");
	AddUInt("EPMagic");
	AddUInt("MaxStones");
	EndNode(0);

	AddUInt("BasePainRes");
	AddUInt("FullPainRes");		
		
	AddUInt("BaseRestraintRes");
	AddUInt("FullRestraintRes");		
		
	AddUInt("BaseCurseRes");
	AddUInt("FullCurseRes");		
		
	AddUInt("BaseShockRes");
	AddUInt("FullShockRes");
}